home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
nwdsk.igz
/
nwdsk.img
/
LIB
/
NWSLP32.CAB
/
bin
/
SLPINFO.BAT
Wrap
DOS Batch File
|
2005-01-16
|
410b
|
18 lines
@if "%debug%"=="" echo off
modules | %ramdrv%\bin\tfind "NIOS.EXE" >nul
if errorlevel 1 goto _help
modules | %ramdrv%\bin\tfind "SRVLOC.NLM" >nul
if errorlevel 1 goto _help
if "%1"=="" goto _default
load %ramdrv%\lan\srvloc %1 %2 %3 %4 %5 %6 %7 %8
goto _end
:_default
load %ramdrv%\lan\srvloc /b/o/t/s/d/i
goto _end
:_help
echo.
echo SLPINFO: Sorry, SRVLOC and/or NIOS not loaded
echo.
:_end